DioDocs for PDF
Load(Byte[],Int32,Nullable<Rectangle>) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > Load メソッド : Load(Byte[],Int32,Nullable<Rectangle>) メソッド
The image data.
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
Clipping rectangle of the image to be loaded.
Loads the image from a byte array. JPEG, PNG, WEBP, GIF, BMP, TIFF, ICO, JPEG 2000 formats are supported.
シンタックス
'宣言
 
Public Overloads Sub Load( _
   ByVal bytes() As System.Byte, _
   Optional ByVal frameIndex As System.Integer, _
   Optional ByVal imageRect As System.Nullable(Of Rectangle) _
) 
public void Load( 
   System.byte[] bytes,
   System.int frameIndex,
   System.Nullable<Rectangle> imageRect
)

パラメータ

bytes
The image data.
frameIndex
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
imageRect
Clipping rectangle of the image to be loaded.
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧